home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Nave / asteroid_rain.swf / scripts / DefineButton2_150 / BUTTONCONDACTION on(press).as
Text File  |  2006-07-26  |  157b  |  12 lines

  1. on(press){
  2.    tellTarget("/nave/tiro")
  3.    {
  4.       play();
  5.    }
  6.    tellTarget("/som")
  7.    {
  8.       gotoAndStop("nave dispara");
  9.       play();
  10.    }
  11. }
  12.